National Repository of Grey Literature 5 records found  Search took 0.01 seconds. 
Utilization of artificial intelligence in technical diagnostics
Konečný, Antonín ; Huzlík, Rostislav (referee) ; Zuth, Daniel (advisor)
The diploma thesis is focused on the use of artificial intelligence methods for evaluating the fault condition of machinery. The evaluated data are from a vibrodiagnostic model for simulation of static and dynamic unbalances. The machine learning methods are applied, specifically supervised learning. The thesis describes the Spyder software environment, its alternatives, and the Python programming language, in which the scripts are written. It contains an overview with a description of the libraries (Scikit-learn, SciPy, Pandas ...) and methods — K-Nearest Neighbors (KNN), Support Vector Machines (SVM), Decision Trees (DT) and Random Forests Classifiers (RF). The results of the classification are visualized in the confusion matrix for each method. The appendix includes written scripts for feature engineering, hyperparameter tuning, evaluation of learning success and classification with visualization of the result.
Design of a system for detecting devices connected to the electrical network
Homola, Michal ; Kováč, Daniel (referee) ; Musil, Petr (advisor)
This master's thesis deals with the design of a system for detecting devices connected to power line network using the measurement of high-frequency noise through BPL (Broadband over Power Line) modems. The theoretical part involved familiarization with Power Line Communication (PLC), electromagnetic compatibility (EMC), impedance issues in PLC, and characteristics of noise in PLC. In the practical part, the suitability of the chosen PLC modems for the actual measurement was verified, followed by the measurement of temporal and spatial variability of network noise characteristics using these modems.For temporal variability, an experiment involving long-term measurement of refrigerator activity was conducted. For spatial variability, measurements were taken at multiple locations, with some locations serving as a training set and the remaining ones as a testing set. After selecting an appropriate machine learning model, the input data were feature engineered accordingly, followed by their evaluation.
Utilization of artificial intelligence in technical diagnostics
Konečný, Antonín ; Huzlík, Rostislav (referee) ; Zuth, Daniel (advisor)
The diploma thesis is focused on the use of artificial intelligence methods for evaluating the fault condition of machinery. The evaluated data are from a vibrodiagnostic model for simulation of static and dynamic unbalances. The machine learning methods are applied, specifically supervised learning. The thesis describes the Spyder software environment, its alternatives, and the Python programming language, in which the scripts are written. It contains an overview with a description of the libraries (Scikit-learn, SciPy, Pandas ...) and methods — K-Nearest Neighbors (KNN), Support Vector Machines (SVM), Decision Trees (DT) and Random Forests Classifiers (RF). The results of the classification are visualized in the confusion matrix for each method. The appendix includes written scripts for feature engineering, hyperparameter tuning, evaluation of learning success and classification with visualization of the result.
Anomaly detection for stock market trading data
Fusková, Martina ; Kofroň, Jan (advisor) ; Kliber, Filip (referee)
Stock trading is a very complex topic that involves a lot of challenging problems. One of these problems is anomaly detection in trading flow. Real-time anomaly detection in time series is a very complicated task and thus this issue is still open. The aim of this thesis is to research various models and algorithms that can be used for this task and try to find the most fitting ones. We develop models that detect anomalies based on the density properties of the data as well as statistical models and neural networks that detect anomalies based on the comparison of predicted data and actual data. As a result we propose models that can be further researched and used in real-time environment.
Feature extraction from Android application packages and its usage in machine learning for malware classification
Smrž, Dominik ; Bálek, Martin (advisor) ; Kofroň, Jan (referee)
In this Thesis, we propose a machine-learning based classification algorithm of applications for a popular mobile phone operating system Android that can dis- tinguish malicious samples from benign ones. Feature extraction for the machine learning is based on static analysis of the application's bytecode with focus on API and method calls. We show various ways to transform the most frequent API and method calls into numeric (histogram-based) features. We further examine the specifics of the extracted features and discuss their importance. The dataset used for experiments in this Thesis contains more than 200,000 samples with approxi- mately half of them malicious and half of them benign. Further, multiple machine learning algorithms are examined and their performance is evaluated. The size of our dataset prevents overfitting and hence provides a reliable basis for training of classification models. The results of the experiments show that the proposed algo- rithm achieves very low false positive rate under 2.9% while preserving specificity over 93.6%. 1

Interested in being notified about new results for this query?
Subscribe to the RSS feed.